@charset 'UTF-8';

/**!
 * 首页
 * author: wangkai;
 * date: 2019-03-09
 */

/* main */

.ewb-floor1 {
    margin-left: -24px;
    padding: 0 12px;
    height: 448px;
    box-shadow:0px 0px 5px 0px rgba(0,0,0,0.35);
}

.ewb-mt29 {
    margin-top: 29px;
}

/* 公共标题样式 */

.ewb-cm-hd {
    height: 61px;
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
}

.ewb-cm-tt {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    height: 60px;
    border-bottom: 2px solid #548dd7;
}

.ewb-cm-tt img {
    vertical-align: top;
    height: 60px;
}

/* 图片轮播 */

.slideBox {
    position: relative;
    overflow: hidden;
    margin: 0 20px 0 188px;
	width:565px;
    height: 360px;
}

.slideBox .hd {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 15px;
    z-index: 1; 
    overflow: hidden;
    height: 10px;
}

.slideBox .hd ul {
    width: 100%; 
    overflow: hidden;
    zoom: 1;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.slideBox .hd ul li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 6px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background: url('../images/stag.png') no-repeat;
}

.slideBox .hd ul li.on {
    width: 29px;
    background-image: url('../images/stag_cur.png');
}

.slideBox .bd {
    position: relative;
    z-index: 0;   
    height: 100%;
}

.slideBox .bd li {
	position: relative;
    zoom: 1;
    vertical-align: middle;
}

.slideBox .bd img {
    display: block;  
    width: 100%;
    height: 360px;
}

/* 通知公告、工作动态 */

.ewb-notice {
    position: relative;
    padding-top: 12px;
    height: 200px;
    /*height: 135px;*/
    border-bottom: 1px dashed #c6c6c6;
    overflow: hidden;
}

.ewb-notice-hd {
    height: 29px;
    overflow: hidden;
}

.ewb-notice-tt {
    position: relative;
    float: left;
    margin-left: 14px;
    padding: 0 9px;
    height: 24px;
    line-height: 23px;
    font-size: 16px;
    color: #333;
}

.ewb-notice-tt i {
    position: absolute;
    left: 50%;
    bottom: -5px;
    margin-left: -4px;
    display: none;
    width: 8px;
    height: 3px;
    background: url('../images/tab_ico.png') center top no-repeat;
}

.ewb-notice-tt.current {
    color: #1a78cc;
    border-bottom: 2px solid #1a78cc;
}

.ewb-notice-tt.current i {
    display: block;
}

.ewb-notice-bd {
    height: 152px;
}

.ewb-more {
    position: absolute;
    top: 12px;
    right: 0;
    height: 24px;
    line-height: 24px;
    color: #666;
}

.ewb-list {
    padding: 2px 3px;
}

.ewb-list-node {
    padding-left: 10px;
    height: 32px;
    line-height: 32px;
    vertical-align: top;
    background: url('../images/dian.png') left center no-repeat;
}

.ewb-list-name {
    display: block;
    max-width: 100%;
    color: #333;
}

.ewb-list-node:hover {
    background-image: url('../images/dian_cur.png');
}

.ewb-list-node:hover .ewb-list-name {
    color: #ff9600;
}

/* 系统登录 */

.ewb-syslogin {
    margin-top: 9px;
}

.ewb-syslogin-hd {
    height: 30px;
    line-height: 30px;
}

.ewb-syslogin-tt {
    float: left;
    margin-left: 6px;
    padding-left: 25px;
    font-size: 16px;
    color: #1a78cc;
    background: url('../images/syslogin_ico.png') left center no-repeat;
}

.ewb-syslogin-list {
    padding: 10px 4px 0 4px;
	margin-left:-10px;
	overflow:hidden;
}

.ewb-syslogin-node {
	width:216px;
	float:left;
    margin:0 0 10px 10px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
}

/*.ewb-syslogin-node:first-child {
    margin-top: 0;
}*/

.ewb-syslogin-name {
    display: block;
    padding-left: 17px;
    color: #333;
    border-radius: 14px;
    background: url('../images/syslogin_jt1.png') 197px center no-repeat #e5f1ff;
}

.ewb-syslogin-name:hover {
    color: #fff;
    background-image: url('../images/syslogin_jt2.png');
    background-color: #51a0fc;
}

/* 系统 */

.ewb-system {
    position: relative;
    margin: 20px 0 0 -24px;
    width: 476px;
    height: 79px;
    overflow: hidden;
}

.ewb-system .prev,
.ewb-system .next {
    position: absolute;
    z-index: 100;
    top: 50%;
    margin-top: -15px;
    width: 12px;
    height: 30px;
}

.ewb-system .prev {
    left: 0;
    background: url('../images/prev_ico1.png') no-repeat;
}

.ewb-system .next {
    right: 0;
    background: url('../images/next_ico1.png') no-repeat;
}

.ewb-system-bd {
    position: relative;
    z-index: 0;   
    height: 100%;
}

.ewb-system-bd li {
	position: relative;
    zoom: 1;
    vertical-align: middle;
}

.ewb-system-bd img {
    display: block;  
    width: 100%;
    height: 79px;
}

/* 今日交易 */

.ewb-trade {
    margin-top: 19px;
    height: 116px;
    padding-bottom: 6px;
}

.ewb-trade-node {
    float: left;
    margin-left: 71px;
    padding: 0 7px;
    width: 169px;
    height: 116px;
    vertical-align: top;
    background-repeat: no-repeat;
}

.ewb-trade-node:first-child {
    margin-left: 0;
}

.ewb-trade-node:last-child {
    float: right;
}

.ewb-trade-node.icon1 {
    background: url('../images/trade_bg1.png');
}

.ewb-trade-node.icon2 {
    background: url('../images/trade_bg2.png');
}

.ewb-trade-node.icon3 {
    background: url('../images/trade_bg3.png');
}

.ewb-trade-node.icon4 {
    background: url('../images/trade_bg4.png');
}

.ewb-trade-node.icon5 {
    background: url('../images/trade_bg5.png');
}

.ewb-trade-hd {
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.ewb-trade-node.icon1 .ewb-trade-hd {
    border-bottom: 1px solid #2777e3;
}

.ewb-trade-node.icon2 .ewb-trade-hd {
    border-bottom: 1px solid #ed6947;
}

.ewb-trade-node.icon3 .ewb-trade-hd {
    border-bottom: 1px solid #598bfa;
}

.ewb-trade-node.icon4 .ewb-trade-hd {
    border-bottom: 1px solid #15acb2;
}

.ewb-trade-node.icon5 .ewb-trade-hd {
    border-bottom: 1px solid #52bd22;
}

.ewb-trade-bd {
    padding-top: 18px;
    text-align: center;
    font-size: 0;
    -webkit-text-size-adjust:none;
}

.ewb-trade-bd span {
    display: inline-block;
    vertical-align: top;
    margin: 12px 0 0 8px;
    height: 22px;
    line-height: 22px;
    font-size: 14px;
    color: #fff;
}

.ewb-trade-bd span:first-child {
    margin-top: 0;
    height: 34px;
    line-height: 34px;
    font-size: 30px;
    font-weight: bold;
}

/* 交易服务 */

.ewb-service {
    margin-top: 35px;
    height: 344px;
    overflow: hidden;
}

.ewb-service ul {
    margin: -20px -150px 0 0;
    width: 1350px;
}

.ewb-service-node {
    float: left;
    margin: 20px 60px 0;
    width: 120px;
    height: 162px;
    vertical-align: top;
}

.ewb-service-item {
    display: block;
    height: 162px;
}

.ewb-service-name {
    display: block;
    height: 42px;
    line-height: 42px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ewb-service-icon {
    width: 120px;
    height: 120px;
    border-radius: 26px;
    vertical-align: top;
}

.ewb-service-item:hover .ewb-service-icon {
    box-shadow:0px 3px 9px 0px rgba(0,0,0,0.3);
}

.ewb-service-item:hover .ewb-service-name {
    color: #1a78cc;
}

/* 交易统计 */

.ewb-map {
    float: left;
    padding-top: 3px;
    width: 483px;
    height: 415px;
    background-color: #f2f2f2;
}

.ewb-map-hd {
    padding: 10px 0 0 18px;
    height: 31px;
    line-height: 31px;
}

.ewb-map-hd label {
    float: left;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}

.ewb-total {
    float: left;
}

@font-face {
    font-family: 'DS-digitalbold';
    src: url("font/DS-DigitalBold.TTF"),
    url("font/ds-digitalbold-webfont.eot");
}

.ewb-total li {
    float: left;
    margin-left: 2px;
    vertical-align: top;
    width: 25px;
    height: 29px;
    line-height: 28px;
    text-align: center;
    border: 1px solid #c9c9c9;
    border-radius: 3px;
    background-color: #fff;
    font-family: 'DS-digitalbold';
    font-size: 30px;
    color: #e20500;
}

.ewb-total li:first-child {
    margin-left: 0;
}

.ewb-map-chart {
    width: 100%;
    height: 333px;
}

.ewb-count {
    float: right;
    width: 697px;
}

.ewb-count-hd {
    height: 31px;
}

.ewb-count-tab {
    float: left;
    padding: 0 30px;
    height: 31px;
    line-height: 30px;
    font-size: 18px;
    font-weight: bold;
    color: #333;
    border-radius: 10px 10px 0 0;
}

.ewb-count-tab.current {
    color: #fff;
    background-color: #4782ce;
}

.ewb-count-bd {
    padding-top: 1px;
    height: 384px;
    border: 1px solid #4782ce;
    overflow: hidden;
}

.ewb-sub-tab {
    padding: 7px 0 7px 27px;
    height: 28px;
    background-color: #e9f7ff;
}

.ewb-tab-name {
    float: left;
    padding: 0 22px;
    margin-left: 8px;
    height: 28px;
    line-height: 27px;
    font-weight: bold;
    color: #333;
}

.ewb-tab-name:first-child {
    margin-left: 0;
}

.ewb-tab-name.current {
    color: #fff;
    background-color: #ffa800;
    border-radius: 14px;
}

.ewb-count-wrap {
    padding: 15px 19px 0 20px;
    overflow: hidden;
}

.ewb-count-list {
    margin: -32px -25px 0 0;
}

.ewb-count-item {
    float: left;
    margin: 32px 25px 0 0;
    padding-left: 16px;
    width: 186px;
    height: 52px;
    line-height: 51px;
    vertical-align: top;
    background-color: #e6f6ff;
}

.ewb-count-item span {
    float: left;
    margin-left: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #ff9c00;
}

.ewb-count-item span:first-child {
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}

.ewb-count-item2 {
    float: left;
    margin: 32px 25px 0 0;
    padding-left: 16px;
    width: 186px;
    height: 52px;
    line-height: 51px;
    vertical-align: top;
    background-color: #e6f6ff;
}

.ewb-count-item2 span {
    float: left;
    margin-left: 12px;
    font-size: 20px;
    font-weight: bold;
    color: #ff9c00;
}

.ewb-count-item2 span:first-child {
    margin-left: 0;
    font-size: 14px;
    font-weight: normal;
    color: #333;
}


/* 0530 */

.ewb-map{
    width: 725px;
    height: 420px;
    position: relative;
    background: none;
}

.ewb-map-chart{
    height: 420px;
}

.ewb-map-info{
    height: 100px;
    margin-bottom: 40px;
}

.ewb-num-all{
    float: left;
    min-width: 186px;
    margin-left: 80px;
}

.ewb-num-all.ewb-spc{
    margin-left: 50px;
}

.ewb-num-all p{
    line-height: 42px;
    font-size: 18px;
    text-align: center;
}

.ewb-num-text{
    height: 41px;
    line-height: 41px;
    font-size: 26px;
    font-weight: bold;
    color: #fff;
    letter-spacing: 4px;
    background: url('../images/num_bg.jpg') left center repeat-x;
}

.ewb-num-text li{
    width: 28px;
    height: 41px;
    background: url('../images/num.png') no-repeat;
    float: left;
    margin-right: 3px;
}

.ewb-map-sel{
    float: right;
    margin-right: 15px;
    margin-top: 48px;
    width: 374px;
}

.ewb-map-sel .chosen-container-single .chosen-single{
    border-color: #498ad6;
    padding-left: 26px;
}

.ewb-map-sel .chosen-container-single .chosen-single div b{
    width: 30px;
    background: url('../images/chosen.png') center center no-repeat;
}

.ewb-map-sel .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url('../images/chosenh.png');
}

.ewb-map-sel .chosen-container-single .chosen-drop{
    border-color: #498ad6;
}

.ewb-map-sel .chosen-container .chosen-results li{
    padding-left: 26px;
}

.ewb-map-shad{
    width: 603px;
    height: 342px;
    position: absolute;
    left: 36px;
    top: 40px;
    z-index: -1;
}

.ewb-map-shad img{
    vertical-align: top;
}

.ewb-map-table{
    float: right;
    margin-right: 15px;
    width: 374px;
    margin-top: 30px;
}


.ewb-map-table table{
    width:100%;
    font-size: 14px;
    color: #666;
    text-align: center;
}

.ewb-map-table table thead td{
    background: #61a7f9;
    color: #fff;
    height: 38px;
}

.ewb-map-table table td{
    padding: 0 10px;
    height: 34px;
}

.ewb-wt96{
    widows: 96px;
}

.ewb-wt98{
    widows: 98px;
}

.ewb-map-table table thead{
    border-left: 1px solid #61a7f9;
    border-right: 1px solid #61a7f9;
}

.ewb-map-table table tbody{
    border:1px solid #deeefd;
    border-top: 0;
}

.ewb-even td{
    background: #f4f8fc;
}

.ewb-pd60{
    /* padding-bottom: 60px; */
	padding-top: 40px;
}

/* 190604 */
.tra-left{
    float: left;
    width: 714px;
}

.tra-right{
    float: left;
    width: 438px;
}

.ewb-map-info{
    margin-bottom: 0;
    height: auto;
}

.ewb-map{
    margin-left: 50px;
    width: 663px;
    height: 603px;
}

.ewb-map-chart{
    height: 603px;
}

.ewb-map-shad{
    width: 448px;
    height: 539px;
    left: 137px;
    top: 43px;
}

/* go */
.ewb-go{
    margin-top: 5px;
}

.ewb-go-hd{
    height: 32px;
    border: 1px solid #498ad6;
    border-radius: 16px;
}

.ewb-go-items{
    margin-left: -1px;
    margin-right: -1px;
}

.ewb-go-item{
    width: 33.33%;
    text-align: center;
}

.ewb-go-item>a{
    display: block;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.ewb-go-item.current>a{
    color: #fff;
    background-color: #498ad6;
}

.ewb-map-table{
    margin-top: 54px;
    margin-right: 0;
    width: 100%;
    font-size: 16px;
}

.ewb-map-table table{
    font-size: 16px;
}

.ewb-map-table table thead td{
    height: 40px;
    font-weight: bold;
    background-color: #61a7f9;
}

.ewb-map-table table td{
    height: 50px;
}

.w50p{
    width: 50%;
}

.ewb-num-all p{
    margin-right: 20px;
}

.hack-go{
    padding-right: 50px;
}

.ewb-addmapmain{
    position: absolute;
    top: 352px;
    left: 328px;
    z-index: 10000;
}

.ewb-addmaptxt{
    padding-left: 20px;
    height: 16px;
    line-height: 16px;
    cursor: pointer;
    background: url(../images/star_ico.png) left center no-repeat;
}

.ewb-addmapmsg{
    display: none;
    position: absolute;
    left: 78px;
    top: 18px;
    padding: 8px 13px;
    line-height: 26px;
    color: #fff;
    border-radius: 5px;
    white-space: nowrap;
    background: url(../images/sbj_mask.png) repeat;
}

.ad-para01{
    font-weight: bold;
}

.ewb-addmapmain:hover .ewb-addmapmsg{
    display: block;
}


/* footer */

.ewb-footer {
    margin-top: 30px;
}

/* 190605 */
.ewb-trade{
    margin-top: 40px;
}

.hack-trademsg{
    margin-top: 54px;
}

.look-all{
    margin: 0 auto;
    margin-top: 47px;
    display: block;
    width: 158px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #666;
    border: 1px solid #b1b1b1;
    border-radius: 4px;
}

.look-all:hover{
    background-color: #f9f9f9;
}

.ewb-service{
    height: auto;
}

.ewb-mt60{
    margin-top: 60px;
}

.service-lists{
    height: 164px;
    overflow: hidden;
}